QueryAddRow(query [, number ])


Adds a specified number of empty rows to the specified query. Returns the total number of rows in the query that you are adding rows to.

See also QueryAddRow and QuerySetCell.

query

Name of the query already executed.

number

Number of rows to add to the query. Default is 1.